Bir Varchar Field maksimum değeri bulma

0 Cevap php

I have a database field know as SCORES which has Scores the value may be like the following

123

14

56 *

342

423 *

Ben veritabanında varchar alan bu depolamak.

Suppose If I convert that to a integer a datatype, then I can write max(SCORES) and get the Maximum score or Highest Scores. But Integer doesnot allow special character like *.

(İşte * bu puanları için bazı fıkra temsil)

Ben varchar olduğunu yaptık elimizden.

Ne minimum programlama yöntemi ile çok kolay yüksek puanı almak için en iyi yol olacaktır.

Ben bir sorguyu yürütmek ben cevap olarak almak gerektiğini, böylece

423 *

Lütfen beni öneririz

0 Cevap