https://bugs.kde.org/show_bug.cgi?id=417113
Bug ID: 417113
Summary: SQL Insert INTO not correctly implemented
Product: KEXI
Version: 3.2.0
Platform: Other
OS: MS Windows
Status: REPORTED
Severity: normal
Priority: NOR
Component: Queries
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Target Milestone: ---
SUMMARY
STEPS TO REPRODUCE
1. Create a query using SQL view.
2. Include in that query INSERT INTO like you would to insert data into another
table,(i.e. insert into table2 (a, b, c) select (d, e, f) from table 1;)
3. click "Check Query"
OBSERVED RESULT
"The query is incorrect
"INSERT" is a reserved keyword."
EXPECTED RESULT
The query is correct
SOFTWARE/OS VERSIONS
Windows: 10
ADDITIONAL INFORMATION
--
You are receiving this mail because:
You are watching all bug changes.