1 year ago
#262938
neya
Netsuite query with WITH clause
Any clue why the following works?
with tbl as (select itemprice.item as stock
from itemprice)
select stock
from tbl
and
with tbl as (select item.id as stock
from item)
select stock
from tbl
does not?
sql
oracle
netsuite
suiteql
0 Answers
Your Answer