How to write this query in Sqlite3?
select distinct LEFT(pav, LOCATE(';',pav)) from table;
I have many rows with pav = "somename;34h3hhasheshashes43jh43jh4"
I can't find function LOCATE() in the Sqlite3
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…