Posts by LuanCesar • 29 points
2 posts
-
2
votes4
answers6237
viewsA: How does the "#include" directive work?
"include" brings information about the library, in case your library is with the functions, it will bring everything that is in it.
-
0
votes4
answers1841
viewsA: Does the order of the WHERE clauses interfere with performance?
Good afternoon! Well I don’t know if it’s right but come on ! When you use a WHERE clause and search for the record that will probably have more data, the SQL will come more loaded, because, it…