Kevin Hoelzel
03/24/2025, 4:55 PMrunSuiteQL
command? I'm testing this out right now but wondered if someone tested and knows already.creece
03/24/2025, 6:20 PMKevin Hoelzel
03/24/2025, 6:33 PMcreece
03/24/2025, 6:33 PMKevin Hoelzel
03/24/2025, 6:34 PMKevin Hoelzel
03/24/2025, 6:34 PMKevin Hoelzel
03/24/2025, 6:34 PMKevin Hoelzel
03/24/2025, 6:34 PMSQL-92 (the 1992 version of the SQL standard) does not explicitly define a hard limit on the number of parameters (e.g., values in an IN clause or placeholders like ? in a prepared statement). The standard leaves such implementation details to the discretion of the database vendors, meaning the actual limitation depends on the specific database system implementing SQL-92 rather than the standard itself.
Kevin Hoelzel
03/24/2025, 6:35 PMIn Oracle (up to versions like 8i/9i, which align with SQL-92 compliance), the limit for values in an IN clause is 1,000 literals
creece
03/24/2025, 6:36 PMcreece
03/24/2025, 6:37 PMKevin Hoelzel
03/24/2025, 6:41 PMKevin Hoelzel
03/24/2025, 6:42 PMKevin Hoelzel
03/24/2025, 6:43 PMKevin Hoelzel
03/24/2025, 6:43 PMcreece
03/24/2025, 6:54 PMKevin Hoelzel
03/24/2025, 6:55 PMKevin Hoelzel
03/24/2025, 6:56 PMKevin Hoelzel
03/24/2025, 6:57 PMKevin Hoelzel
03/24/2025, 6:57 PMcreece
03/24/2025, 7:01 PMKevin Hoelzel
03/24/2025, 7:03 PMKevin Hoelzel
03/24/2025, 7:05 PMcreece
03/24/2025, 7:10 PMcreece
03/24/2025, 7:10 PMKevin Hoelzel
03/24/2025, 8:20 PMKevin Hoelzel
03/24/2025, 8:21 PMKevin Hoelzel
03/24/2025, 8:37 PMKevin Hoelzel
03/24/2025, 8:37 PMcreece
03/24/2025, 8:39 PMKevin Hoelzel
03/24/2025, 8:44 PMcreece
03/24/2025, 8:45 PMKevin Hoelzel
03/24/2025, 9:21 PMselect
record,
lineid,
from systemnote
where recordtypeid = '-30'
and
newvalue = 'T'
and
date >= '2/13/2025'
and
field = 'CUSTCOL_LS_CANCELLED'
and
context = 'RST'
group by lineid, record
order by lineid desc
Kevin Hoelzel
03/24/2025, 9:22 PM-30
is the record type for Sales Order
RST
is abbreviation for RESTLetKevin Hoelzel
03/24/2025, 9:22 PMKevin Hoelzel
04/23/2025, 7:00 PM