Hello,
i am not able to write a program which checks for the repetitive character string.
eg. if i enter Sandra..the program should give me an error if i type 'a' at 6th position...ie all alphabets should be unique.
Kindly help..Its urgent.
thanks
User Profile
Collapse
-
dual
Using only DUAL table, how can you display (with Select statement) multiple rows (at least 2 rows) ?
Example:
HELLO
--------------
1
1
1
1
1
1
1
1
1
1 -
Dual function
Using only DUAL table, how can you display (with Select statement) multiple rows (at least 2 rows) ?
Example:
HELLO
--------------
1
1
1
1
1
1
1
1
1
1 -
Kindly Help.
i have 2 columns in a table
ED EF
(numeric) (numeric(7,4))
1 44.23
2 55.39
3 44.25
4 33.78
the outut should be displayed as
col1 col2 col3 col4 col5
1 44.23 2 55.39 difference of col2... -
Oracle Basics
hello
Since i have just started with oracle, kindly hep me in the basics.
1.How do u select only the numeric records from Varchar2 column??
Does only soundex() function work in this case??
No activity results to display
Show More