N
N
newuser202021-01-31 07:10:47
ruby
newuser20, 2021-01-31 07:10:47

How to hide the taskbar in ruby?

My question is, how can I hide the taskbar in Ruby? Maybe some script? Thanks in advance!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
B
Boris Korobkov, 2017-07-20
@BorisKorobkov

START_DATE and END_DATE should not be varchar but date

V
vyrkmod, 2017-07-20
@vyrkmod

... WHERE ... AND START_DATE <= 200005 AND (END_DATE=0 OR END_DATE >= 200005)

If "dates" are stored as strings, not numbers, use CAST(START_DATE AS UNSIGNED).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question