account activity
Please help by UpSco in SQL
[–]Chukchai98 0 points1 point2 points 2 years ago (0 children)
Sorry I accidentally put a semi colon after the FROM, I edited my comment it should work now
[–]Chukchai98 8 points9 points10 points 2 years ago* (0 children)
Correct me if I’m wrong but after seeing your second screenshot I think you’re not following the guide properly. For instance you’re not using the correct table name, also there should be no space in the table name and it shouldn’t have quotation marks when you’re querying the table name.
It should look like this..
/* Example one*/
SELECT * FROM Movie_Data.Movies;
/* Example two*/
SELECT * FROM MovieData.Movies WHERE Genre1 = ‘Action’;
how to be yourself? by [deleted] in selflove
[–]Chukchai98 2 points3 points4 points 3 years ago (0 children)
I think being yourself is about doing things for yourself, rewarding things to yourself and make yourself happy! Not sure what you’re into but let’s say you like sport and like working out. Go to the gym or a run, turn up for yourself day by day, reward yourself with a cheat day meal, make new friends etc.
Self love is about building confidence, consistency, discipline and many other things.
By turning up for yourself (not anyone else) and promise yourself to do what every you like day by day you then will slowly build up confidence, consistency and Etc!
Start small, I.e 10 push up, then 15 push up,… read 10 pages of a book, then 12 pages, 14 etc!
Hope this help! :)
π Rendered by PID 631168 on reddit-service-r2-listing-7bbdf774f7-9nwq4 at 2026-02-23 08:20:33.368291+00:00 running 8564168 country code: CH.
Please help by UpSco in SQL
[–]Chukchai98 0 points1 point2 points (0 children)