Hi.
I want to learn how to reach CURRENT-VALUE FUNCTION from sql explorer tool.
I can get the value by using
SELECT CURRENT-VALUE(sequence_name) FROM table_name
in procedure editor.
But I want to get this value from SQL Explorer Tool. (So, I am going to use linked server)
I tried
select CURRENT-VALUE(sequence_name) from Pub."_sequence"
I am getting "[JDBC Progress Driver]:Syntax error (7587)" error.
Can you help me for this?
I am using Progress 9.1D
Thanks..
I want to learn how to reach CURRENT-VALUE FUNCTION from sql explorer tool.
I can get the value by using
SELECT CURRENT-VALUE(sequence_name) FROM table_name
in procedure editor.
But I want to get this value from SQL Explorer Tool. (So, I am going to use linked server)
I tried
select CURRENT-VALUE(sequence_name) from Pub."_sequence"
I am getting "[JDBC Progress Driver]:Syntax error (7587)" error.
Can you help me for this?
I am using Progress 9.1D
Thanks..