Sir your explanation is super ,I think I am lucky ,I got your video , It help me a lot to learn sql
@QAFox3 жыл бұрын
Good to hear. Welcome :)
@vanshajgoyal5732 жыл бұрын
you are very nice person and your method of explaining concept is very appreciable sir
@QAFox2 жыл бұрын
Thank you :)
@PrashantSharma-q5v6 ай бұрын
Hi Sir, the limit keyword is not working. It's throwing 'Syntax error in FROM clause'.
@sujanm98874 ай бұрын
select top 5 * from customers where country='germany'
@Buzzme-in177 ай бұрын
Limit function is not working
@naveenv30312 ай бұрын
yes same here
@georgehatzimanolakis19042 жыл бұрын
I am unable to use LIMIT in v1.6
@sudhanshunandan70502 жыл бұрын
I am using the same query but still getting the syntax error in FROM clause but the link you shared for the same query in the comment box working fine. why?
@QAFox2 жыл бұрын
W3Schools are restricting something here. I too don't have an exact idea how they are restricting here.
@sudhanshunandan70502 жыл бұрын
@@QAFox so which server I should use to perform all the query??
@QAFox2 жыл бұрын
@@sudhanshunandan7050 Use what every I am using the videos.
@hariprasadmore2811 Жыл бұрын
Select TOP 3 from table name we can get 3 records so what is difference???
@beharasrinivasulu30307 ай бұрын
this limit keyword doesn't work
@amruthasankar3453 Жыл бұрын
Thankyou sir❤️🔥
@QAFox Жыл бұрын
Welcome :)
@MHb7896 ай бұрын
Sir i know the basics but not able to apply the logic to approach the problem step by step.How can I improve?
@manisaipandugayala4779 Жыл бұрын
very nice videos is it possible embedded testing vidoes
@QAFox Жыл бұрын
I have few pending playlists to be created. After that will work on this.
@harshpathak66457 ай бұрын
SELECT * from customers where country='usa' limit 5;(this shows syntax error(missing operator)in w3schools
@akashbhandari71546 ай бұрын
Yes, it's showing error
@shubhankarray83365 ай бұрын
@@akashbhandari7154 use SELECT TOP 5* instead
@th3graduate292 Жыл бұрын
Thank You sir.
@QAFox Жыл бұрын
Welcome :)
@aakritikhanduri83708 ай бұрын
sir my queries are not working in the site i donot know why this limit one
@salmanshareef-q2i9 ай бұрын
unable to use limit keyword in w3 sql version 6
@QAFox9 ай бұрын
Use specific page for this command try editor to run this command. Try it here - www.w3schools.com/mysql/trymysql.asp?filename=trysql_select_limit Note: Join our telegram group here - t.me/qafoxoriginal
@rishabhgupta98282 жыл бұрын
If I write select * from customer where country = 'usa' ....... It's show no result . I don't understand why this is happening if i use where with the numbers it works but not with the characters.
@rishabhgupta98282 жыл бұрын
I'm also using the same w3school sql ...
@QAFox2 жыл бұрын
@@rishabhgupta9828 Try it here - www.w3schools.com/mysql/trymysql.asp?filename=trysql_select_limit
@rishabhgupta98282 жыл бұрын
@@QAFox now it's working. Thankyou sir.
@QAFox2 жыл бұрын
@@rishabhgupta9828 Welcome :)
@partabparmar553715 күн бұрын
thank you sir....!!!!
@sonukosuno6803 Жыл бұрын
i watched a last session for wildcard when i try with integer value i was hitting issue does wildcard not work with integer value?
@beharasrinivasulu30307 ай бұрын
bro its working on characters
@sujanm98874 ай бұрын
for those whose limit aint working use top select top 5 * from customers where country='germany' the number depends on how many records you need