-1
var newSqlQuery = "SELECT * FROM table WHERE id = " + myId;

I found this code in the top answer in the following link: What is Ad Hoc Query?

What's this language?

Community
  • 1
  • 1
Hanamichi
  • 177
  • 1
  • 5

1 Answers1

2

Ever heard of Javascript? This is backend JS. Probably Node.

Ajk_P
  • 1,874
  • 18
  • 23