Is there a way to check when a scratch tape was put in?
The database does not register scratch tapes(until they are used), the only way i can see them is when i query libvol.
Thanks!
I just ran:
upd vol * acc=Off lo='off' wherestg=tapecopy whereacc=readw,reado wherest=fill,ful
i forgot to copy the volume name, how can i find them again?
tried with something like query volume stg=tapecopy access=off location=off, but didnt work.
Any tips?
Thanks!
thanks for quick reply, doesnt look like it's working, getting this error know:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'int
, substring(Hoved,instr(Hoved,'width')+7,3))>200' at line 6
I want to search through some text and find where width is bigger than 200 and replace it with 300. I'm using MySQL 4.1.11.
This is what i got so far.
update `Artikkel`
set `Hoved` = replace(`Hoved`, regexp 'width="(.*)"', 'width="300"')
where convert(int, substring(`Hoved`, instr(`Hoved`...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.