Mysql
 sql >> Baza danych >  >> RDS >> Mysql

Uzyskaj minimalny identyfikator i maksymalną wartość identyfikatora w php MySQL

Zrób to, aby uzyskać MiNtimeIn z First JSONObject i MaXtimeOut z drugiego JSONObject:

String MiNtimeIn,MaXtimeOut;
JSONArray array=new JSONArray(json);
if(array.length()<2){
  JSONObject jsonObject = array.getJSONObject(0);
  MiNtimeIn = jsonObject.optString(Configs.TAG_IN);
  MaXtimeOut=jsonObject.optString(Configs.TAG_OUT);
}else{
  // get First Object from JSONArray
   JSONObject oneObject = array.getJSONObject(0);
  MiNtimeIn = oneObject.optString(Configs.TAG_IN); // get min from first row
  // get Second Object from JSONArray
   JSONObject twoObject = array.getJSONObject(array.length()-1);
   MaXtimeOut = twoObject.optString(Configs.TAG_OUT); // get min from second row
}



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. tworzenie tabel relacyjnych w mysql

  2. WooCommerce:Znajdowanie produktów w bazie danych

  3. Zapytanie mysql pokazuje wiele tabel z jednej kolumny ID

  4. Problemy PHP mysql charset utf8

  5. Wyjaśnienie MySQL NULLIF()