'ld_library_path does not work in makefile
The makefile has the following commands:
exrtl:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:libs
clean:
export LD_LIBRARY_PATH=""
But nothing happens after them. If you then enter
echo $LD_LIBRARY_PATH
Then nothing will change. You have to enter it manually. Is there any way to fix this?
Solution 1:[1]
You can use mysql rand() function :
'SELECT * FROM userinfo ORDER BY rand() LIMIT 1'
will return a random row from userinfo
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Jayvee |
