Home > database >  This line of SQL error, is this why? SELECT '{Class}';
This line of SQL error, is this why? SELECT '{Class}';

Time:10-01

SELECT [SQL] '{Class}';
(Err), 703 - a Received the stream is not complete

After test, the select '{Clbss}' and 'Class'; Don't complain, is complains when Class in curly braces

CodePudding user response:

That does not support brace

CodePudding user response:

May be does not support this format, select will pick you up after the need to find the field, if you must increase the parentheses, so it is good to take an alias select class as {class} the from...

CodePudding user response:

Use ` ` TAB at the top of the symbol??

CodePudding user response:

SELECT '{Class} as aaa;
  • Related