Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~8K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

6 Posted Topics

Member Avatar for Sherin Mathew
Member Avatar for Michael_93

Try This code: <html> <head> <style> .float{z-index:10;} .float,.header{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; } </style> </head> <body> <div class="header">First Div <div class="float"> Second Div </div> </div> </body> </html>

Member Avatar for Purvi_1
-1
716
Member Avatar for SimonIoa

Replace CASE block with this! Update [TableName] set c.user_one=case when c.user_two=99 then u.uid else c.user_one end , c.user_two=case when c.user_one=99 then u.uid else c.user_two end

Member Avatar for Viki_1
0
5K
Member Avatar for Ziggynet

Try this one it works! UPDATE dembel SET userid=8909 WHERE Name='o''reily'

Member Avatar for Sherin Mathew
0
429
Member Avatar for Kraso

By this Query , required data is fetched!! UPDATE temp SET time2=NOW() WHERE time1 in (SELECT max(time1) FROM temp WHERE user='kraso')

Member Avatar for Sherin Mathew
0
722
Member Avatar for k_7

Try this query!!It works! SELECT col1, MAX(col2) AS [col2] FROM ( SELECT col1,col2 FROM Table1 UNION SELECT col1, col2 FROM Table2 ) u GROUP BY col1 ORDER BY col1

Member Avatar for Sherin Mathew
0
549

The End.