Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 24.0.3 ]
Hi,
I want to select rows that doesn't not begin with '1' in a specific column, but it seems not to work, and an error message popped up.
" Table.query("SELECT * FROM Test WHERE `A` not like '1%'"); "
How should I do? Thanks in advance!
Solved! Go to Solution.