SqlDbx Forum

SqlDbx

You are not logged in.

#1 2016-03-16 14:41:38

RK
Member

Continuation of SQL on the next line

How does one continue a sql query that is too long onto the next line in the editor - v4.9.1?

Offline

#2 2016-03-16 14:45:02

RK
Member

Re: Continuation of SQL on the next line

The above question pertains to a $DEFINE = SQL Query
where the SQL is the query that is too long (more than 268 characters) and gives error.

Offline

#3 2016-03-16 15:26:15

sqldbxhelp
Administrator

Re: Continuation of SQL on the next line

Put '\' at the end of the line you want to continue

$define select_all : select \
* from \
table

Offline

Board footer

Powered by FluxBB