Query on having the list of India state in MySQL

Asked By 10 points N/A Posted on -
qa-featured

 

Demonstrate the function call or statement in MySQL that could display the list of india state in mysql. Just assume that you have the country and I need to view only the state of that country.

SHARE
Answered By 0 points N/A #158649

Query on having the list of India state in MySQL

qa-featured

Hi Mr Marshall Johnny,

I think you can try this query in MySQL. Select 'India' from 'Country' where <some parameters>. This is the normal code for searching specific queries on MySQL program. You can see more of them on their website inside in the documentation. You can also learn more of the syntaxes on YouTube, there are available video tutorials there

 

Related Questions