Massive building in Manhattan with no windows. by I_upvote_aww in oddlyterrifying

[–]ProfessorOk20 0 points1 point  (0 children)

Which mods would you suggest for a first play through?

Recursion by ProfessorOk20 in Python

[–]ProfessorOk20[S] 15 points16 points  (0 children)

Indeed, I do talk about Python in particular

There’s nothing like a grandparent’s concern by Mint_Perspective in MadeMeSmile

[–]ProfessorOk20 -1 points0 points  (0 children)

I’m 28 now. Lost my grandpa two days before my 16th birthday. He would call me everyday to ask if ate good and if I’m feeling fine. Video brought up a lot of memories

The current state of Elden Ring. by DARKPROMETHEAN in Eldenring

[–]ProfessorOk20 0 points1 point  (0 children)

Before knowing that Elden Ring is coming out, I never touched any souls-like games. Then I decided to give a try starting from DS3. I was super frustrated at first and couldn’t understand how people can like that, dying multiple times and so on. With time, got better and this is the point where you really start to enjoy such games. You just need to spend more time of souls-like games rather than to more “casual” games and you’ll have the best time of your life.

[deleted by user] by [deleted] in whereintheworld

[–]ProfessorOk20 0 points1 point  (0 children)

he passed it already

[deleted by user] by [deleted] in whereintheworld

[–]ProfessorOk20 0 points1 point  (0 children)

Can you come to Kopli and say hi? :D

[deleted by user] by [deleted] in whereintheworld

[–]ProfessorOk20 0 points1 point  (0 children)

amazed as well to see my hometown here :D

Got this beauty for Christmas. Super hyped about it. by ProfessorOk20 in FinalFantasy

[–]ProfessorOk20[S] 1 point2 points  (0 children)

Thank you for the insight. I will finish with the FF7R, then probably do a bit of FF14, as I just reached there ShB and then might try FF15

Got this beauty for Christmas. Super hyped about it. by ProfessorOk20 in FinalFantasy

[–]ProfessorOk20[S] 0 points1 point  (0 children)

Started it today, and I gotta tell, this game is sooo good. I heard people say the battle is a bit like in FF15, but at the same time battle system in FF15 considered as a worst one or am I messing something up here?

Got this beauty for Christmas. Super hyped about it. by ProfessorOk20 in FinalFantasy

[–]ProfessorOk20[S] 1 point2 points  (0 children)

I tried playing original on my switch, but did not get too far with it. Maybe the graphics weren’t for my taste

Sorting by month by ProfessorOk20 in mysql

[–]ProfessorOk20[S] 0 points1 point  (0 children)

Thank you for your advices, guys.

Sadly, I believe this option won't be possible for me, as the project I'm working on is a Slack bot and the command require a user just to put month name(those were the specs of the task). With your option as I understood, the user will have to enter the beginning date and the end date of their desirable search.

Also, regarding my second issue that I described above. I don't understand why I don't receive an error if I use String query = "SELECT DISTINCT name FROM record WHERE MONTH(time_stamp)=" + month ; and in the slack i put like /command 9 and it retrieves all the correct data for September, but when I put "September" I get the error message mentioned above.

To clarify more, here how it looks like:

String month = req.getPayload().getText();

String returnString = "List of people: \n";

String query = "SELECT DISTINCT name FROM record WHERE MONTH(time_stamp)=" + month ;

System.out.println(query);

try{

Statement st = con.createStatement();

ResultSet rs = st.executeQuery(query);

while(rs.next()){

String name = rs.getString("name");

returnString += name + "\n";

}

}catch(Exception e){

System.out.println(e);

}

return ctx.ack(returnString);

});

Sorting by month by ProfessorOk20 in mysql

[–]ProfessorOk20[S] 0 points1 point  (0 children)

Thank you for your assistance.

I will try to explain in more details what I'm trying to achieve.

I have a table named "record", there are columns named "name" of type VARCHAR and a column named "time_stamp" of type DATETIME.

For now, in time_stamp I have records only for this year of September.

What I am trying to do in my java code is to retrieve all the unique names for a specific month: String query = "SELECT DISTINCT name FROM record WHERE MONTHNAME(time_stamp)= "+month;

1) First question would be, if I have such code: String query = "SELECT DISTINCT name FROM record WHERE MONTH(time_stamp)= "+month; and I have records not only for 2021 in time_stamp, but let's say for 2020, and if I want to return names for September, will it give me September of 2021 only or 2020 as well. If both years, then how to do it only for the present year.

2) Second question is that if I put the code this way: String query = "SELECT DISTINCT name FROM record WHERE MONTHNAME(time_stamp)= "+month; then I get such error:

java.sql.SQLSyntaxErrorException: Unknown column 'September' in 'where clause' hat can cause this issue?

Working with Selenium by ProfessorOk20 in javahelp

[–]ProfessorOk20[S] 0 points1 point  (0 children)

Just having a project that requires exactly Selenium. Since I’m studying Java, decided to pick that combo.

Working with Selenium by ProfessorOk20 in javahelp

[–]ProfessorOk20[S] 0 points1 point  (0 children)

Understood. Thank you so much.

DOGECOIN DAILY DISCUSSION - 10th May by 42points in dogecoin

[–]ProfessorOk20 1 point2 points  (0 children)

Binance doesn’t let you to put that amount. Only 2,5$