/    Sign up×
Community /Pin to ProfileBookmark

mysql query error

Hi,i have some query problems.

table name : [B]USER[/B]

this is my table details:

lastname | firstname
——————–

mani | raja

raja | guru
——————–

Here guru’s father ins raja. and raja’s father is mani.so guru’s grandfather is mani. now how can i get [B]guru’s grandfather name(mani) in query.[/B]
now i know only name(guru).

pl hlp

to post a comment
PHP

2 Comments(s)

Copy linkTweet thisAlerts:
@chazzyDec 14.2006 — select lastname from USER where firstname = (select lastname from USER where firstname='guru')
Copy linkTweet thisAlerts:
@tamilauthorDec 15.2006 — hi its working.very thanks to u.
×

Success!

Help @tamil spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.8,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...