![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello! I am trying to identify values in a table column that start with an uppercase later. select * from tw_g3 where Term RLIKE '^[A-Z]{1}.+' But I get all the columns (also those that start with a lower case. Whats wrong? |
#3
| |||
| |||
|
|
Hello! I am trying to identify values in a table column that start with an uppercase later. select * from tw_g3 where Term RLIKE '^[A-Z]{1}.+' But I get all the columns (also those that start with a lower case. Whats wrong? Thanks Michael |
#4
| |||
| |||
|
|
On 10 Mar, 17:57, Michael Preminger <michaelprem... (AT) gmail (DOT) com> wrote: Hello! I am trying to identify values in a table column that start with an uppercase later. select * from tw_g3 where Term RLIKE '^[A-Z]{1}.+' But I get all the columns (also those that start with a lower case. Whats wrong? SELECT * will always give all the columns. |
#5
| |||
| |||
|
|
Captain Paralytic: On 10 Mar, 17:57, Michael Preminger<michaelprem... (AT) gmail (DOT) com> wrote: Hello! I am trying to identify values in a table column that start with an uppercase later. select * from tw_g3 where Term RLIKE '^[A-Z]{1}.+' But I get all the columns (also those that start with a lower case. Whats wrong? SELECT * will always give all the columns. I assume Michael meant to say: all the rows. |
![]() |
| Thread Tools | |
| Display Modes | |
| |