cancel
Showing results for 
Search instead for 
Did you mean: 

SQL Query

Former Member
0 Kudos

Hi,

I have following SQL_QUERY:

update table1 set STATUS = 4 where STATUS = 3

select * from VIEW where RATE_STATUS = 4

so now I like to change it like that:

select * from VIEW where RATE_STATUS = 4 and key = <value>

at the moment my query is in an constant. Could I concatenate my key-value inside of that?

THX Matt

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (0)