Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
MySql: `jos_fb_users` (1 viewing) (1) Guest
TOPIC: MySql: `jos_fb_users`
#62106
MySql: `jos_fb_users` 1 Month, 2 Weeks ago  
I am naive in SQL, looking for expert help before doing playing with the Sql table.

What is the correct Sql Syntax to update and replace values in `jos_fb_users`

I want to replace values of Null and Default to Yes and 0 respectively.
Null => Yes
Default => 0

of following five fields
moderator
ordering
posts
avatar
karma
karma_time

What is the correct Sql Syntax to update values of these fields of our PHP5 server

Thank you
sunnyjey (User)
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#62107
Re:MySql: `jos_fb_users` 1 Month, 2 Weeks ago  
What are you trying to accomplish?
Ladyshaper (User)
Senior Boarder
Posts: 220
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#62108
Re:MySql: `jos_fb_users` 1 Month, 2 Weeks ago  
Thanks for replying..

At present all my counts for views, number of posts by users are 0 . There is no increment. After so long time (almost one year searching in the fire board forum) when I compared fb tables with default installation with my actual site's sql table, I have realized the culprit is Null( instead of Yes) and 0 in default row for moderator, ordering, posts, avatar, karma, karma_time

So I am looking for syntax command to change Null to Yes and '0' in default values of `jos_fb_users`
sunnyjey (User)
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top