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!
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!
A LIKE '[0,2-9]%'
inverse clause NOT doesn't seem to work with clause of LIKE in FlexSim. I tried it with an regular expression what is allowed and excluded 1 [0,2-9]
It works if the LIKE expression is enclosed in parentheses and the NOT is placed in front of it.
Table.query("SELECT * FROM Test WHERE NOT ([A] LIKE '1%')")
15 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved