×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Any idea how to fix this? It works great without the row_number() over()
Thanks
Enter SQL Statements
Type SQL statement, press Enter.
Function not supported for query.
===> select row_number() over(),
substr(left(amtxt,65),locate('+++++++++',
translate(left(amtxt,65),'+','0123456789','+')),10),
amtxt,translate(left(amtxt,65),'+','0123456789','+')
from mdcmdct
where translate(left(amtxt,65),'+','0123456789','+')
like '%+++++++++%'
______________________________________________________________________
This outbound email has been scanned for all viruses by the MessageLabs Skyscan service.
For more information please visit
http://www.symanteccloud.com
______________________________________________________________________
As an Amazon Associate we earn from qualifying purchases.