Junior — Senior
SQL query and use of reserved names
livecode
Task condition
In the database, there is a table order(name, price). The question arises: will the following query execute correctly?
select (select count(*) from order) as qty
livecode
Task condition
In the database, there is a table order(name, price). The question arises: will the following query execute correctly?
select (select count(*) from order) as qty