Select to view content in your preferred language

How to select only values less that 43?

131
2
08-07-2024 12:55 PM
JoseSanchez
Frequent Contributor

Good afternoon

 

, concat('SequenceNo=', ${proposed_meter_sequence}, ' and ', ${proposed_meter_sequence}, '<=43' ))

 

I am looking for a way to select   proposed_meter_sequence values that are less than 43.  I tried the  syntax above but it does not work.

Please advise.

 

0 Kudos
2 Replies
TonyContreras_Frisco_TX
Frequent Contributor

The concat function is for text data, which cannot accurately be compared to numeric data. Is the proposed_meter_sequence column stored as integer or text?

0 Kudos
JoseSanchez
Frequent Contributor

Hi @TonyContreras_Frisco_TX 

 

The proposed_meter_sequence column is stored as an integer.  In this case how do I only select values  <= 43?

Thanks

0 Kudos