Skip to content

return number of hashtag posts sql, mysql

I have two tables, 1) hashtags table & 2) hashtags_relation table. The first one lists the hashtags, and the second one relates the hashtag with a post. TABLE HASHTAGS id_hashtag | hashtag | …

return the Nth word from database

I want to get nth word from a column I’m using a code line and it works for me but there is an issue, for example: First line is: “the Nth word from database” Second line is: “return the Nth word …

Unable to Get the Proper Result : SQL Query Help Needed

Dear All, In the above JSP Code,sdata[j] is the array of table names and idata[i] is the array of usernames. what i am trying to achieve is, to retrieve final_grade from the tables sdata[j] with the username==idata[i] . Since the username is existing in some table it displays the final grade, but when no reco…