Question
yeung elijah · Feb 1, 2021

How to call "ClassMethod" in SQL statement?

Hi,I am a novice.How to call "ClassMethod" in SQL statement?

 

I don't understand why it's wrong?

0
0 287
Discussion (4)0
Log in or sign up to continue

You can't run a SQL statement from the console prompt.
You need to start the SQL shell first:

SAMPLES>do $system.SQL.Shell()
SQL Command Line Shell
----------------------------------------------------
 
The command prefix is currently set to: <<nothing>>.
Enter <command>, 'q' to quit, '?' for help.
[SQL]SAMPLES>SELECT . . . . your statement