| cld2 | on a side note, im using myphpadmin and it says "The additional features for working with linked tables have been deactivated. " and "PMA Database ... not OK . General relation features Disabled" is that ok? does that mean I cant have a relational db? |
| seekwill | No Just phpMA's display feature or something Look it up in their docs Eww, float |
| action | seekwill hugs estimates |
| seekwill | hugs estimates |
| cld2 | seekwill: I tried reading through it but it makes little to no sense to me. thanks |
| seekwill | cld2: Just don't worry about it :) |
| cld2 | seekwill: I stoped as soon as I read your first reply. I see what it is now thought. it lets you map your realtions in another db so myphpadmin can let you click through your scheme |
| seekwill | :) |
| wispy | whats the regexp in relation to mysql to extract all data if it begins with a number? WHERE WHERE artist_name '^\d'; gives me all entrys that end in a number and '[0-9]' gives me all entrys with a number in them |
| kimseong | end is $ [0-9]$ ^[0-9] start with a digit |
| cld2 | so TYPE decimal(5,5) will let me have 5 digits to the right and left of the decimal place? |
| seekwill | No 7,5 |
| wispy | Thanks kimseong |
| seekwill | <total amount of numbers>,<numbers behind little pointie) |
| cld2 | seekwill: would you mind explaining that please. seekwill: thanks also. |
| seekwill | I thought I did 12.34567 77.55555 |
| cld2 | ok, so the first number is how many digits total and the second is how many to the right of the decimal? |
| seekwill | Isn't that what I said earlier? |
| litage | is it "safe" to kill a DELETE that's in progress? |
| jbalint | well it wont ruin anything |
| cld2 | seekwill: I dont see it anywhere in my lastlog |
| litage | jbalint: killing a DELETE that's in progress definitely won't corrupt any tables? |
| jbalint | litage: no heh, unless theres a bug of course :p is BDB officially deprecated? |
| rtan | hello |
| jbalint | hi |
| rtan | how can i create row with order number i have row ProjectId, ChildProjectId |