We try to do a select and declare a date-variable like that way:SELECT * FROM database_files
go
DECLARE @PartOfFilename datetime
SET @PartOfFilename = GetDate()
go
|
|
60 KB
|
|
4 KB
|
|
39 KB
|
|
67 KB
Change from Kin-Hong:
1. In AFSession.java the single quote is skipped if we are in double quote context
Issue #13064 |
| Closed |
| Fixed |
| Resolved |
Completion |
| No due date |
| Fixed Build 15.0.11-2 |
| No time estimate |
Change from Kin-Hong:
1. In AFSession.java the single quote is skipped if we are in double quote context