on 2021 May 26 10:04 AM
create variable aDate date; create variable aTime time; create variable aDateTime Datetime; set aDate = current date; set aTime = current time; set aDateTime = aDate + aTime; select aDate, aTime, aDateTime, * from *remoteTable*
The propery aDateTime wil show the correct date time, but if you add aDate+aTime the system will give an error. This is because the space is removed between the date and time.
Is this the expected behaviour or a bug?
Request clarification before answering.
User | Count |
---|---|
87 | |
10 | |
9 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.