hymal7
(Himal Gurung)
October 29, 2018, 3:07pm
1
Hi all,
is it possible to use any of these functions in BAQ?
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
They should give the same result in SQL. Is there a similar function in BAQ that does this, i.e. returns the position of the first occurrence of a string in another string?
Thanks for your help.
Regards
Hymal7
knash
(Ken Nash)
October 29, 2018, 3:55pm
2
Those are commands for MySQL.
Look for SQL Server ones.
CHARINDEX
I did test this and it worked.
2 Likes