CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
database
> SQL select 123 as test from type dual I'd like to field specifies how to achieve?
SQL select 123 as test from type dual I'd like to field specifies how to achieve?
Time:09-16
As title, the test field for char (5)
CodePudding user response:
Select the cast (' 123 'as char (5)) as the test from dual;
Page link:
https//www.codepudding.com/database/3778.html
Prev:
Oracle if table 1 does not exist the lookup table 2
Next:
PLSQL ORACLE database gibberish
Tags:
The development of
Related
Links:
CodePudding