Quantcast
Channel: SCN: Message List - SAP SQL Anywhere
Viewing all articles
Browse latest Browse all 2182

Re: Updating rows from a proxy table where key includes DATETIMEs

$
0
0

It could be the date order option causing you problems.  In SQL Server, I think the default date ordering is MDY, while in SA it is YMD.

You can change the date order in SA by setting the date_order option for your connection or for all users:

SET OPTION date_order = 'mdy';


Viewing all articles
Browse latest Browse all 2182

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>