⚲
Project
Profile
Help
Tour this page
Frequent Planio Questions
Learning Resources
Get started with Agile
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Search
:
Projects
All Projects
Help
Tour this page
Frequent Planio Questions
Learning Resources
Get started with Agile
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Saxon
Overview
Roadmap
Issues
Calendar
Blog
Documents
Forums
Files
Repository
Download (289 Bytes)
Bug #5747
» SQL_TEST.SQL
DB table for testing -
Herbert Brückner
, 2022-11-27 13:39
CREATE
TABLE
SQL_TEST
(
KEY
VARCHAR2
(
50
BYTE
),
VALUE
VARCHAR2
(
50
BYTE
)
);
SET
DEFINE
OFF
;
Insert
into
DATASTORE
.
SQL_TEST
(
KEY
,
VALUE
)
Values
(
'key 1'
,
'now wanted'
);
Insert
into
DATASTORE
.
SQL_TEST
(
KEY
,
VALUE
)
Values
(
'key 2'
,
'now wanted'
);
COMMIT
;
« Previous
1
2
3
Next »
(2-2/3)
Loading...